#application-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#application-form input[type=text], #application-form input[type=email], #application-form select, #application-form textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 4px;
    resize: vertical;
    line-height: 1.6;
    background-clip: padding-box;
    margin: 0;
    overflow: visible;
    color: #222;
}

    #application-form input[type=text]:focus, #application-form select:focus, #application-form textarea:focus {
        z-index: 3;
        background-color: #fff;
        border-color: #80bdff !important;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

#application-form label {
    padding: 6px 15px 6px 0;
    display: inline-block;
    margin: 0;
    font-weight: 600;
}

#application-form select {
    text-transform: none;
    height: 34.8px;
}

#application-form input[type=submit], .rsccd-btn, #but_upload {
    display: inline-block;
    font: 100%/1.5 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    vertical-align: middle;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

#application-form input[type=submit], .btn-submit {
    background-color: #3c6658;
    color: #fff;
    border: 1px solid #3c6658;
    margin: 0;
}

#but_upload {
    background-color: #f5f5f5;
    color: #222;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 3px 12px;
}

.rsccd-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#application-form input[type=submit]:hover {
    background-color: #5C8879;
}



.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-70 {
    width: 70%;
    margin: 0 auto;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}
/* Clear floats after the columns */
#application-form .row:after, #application-form .row:before {
    content: "";
    display: table;
    clear: both;
}

#application-form .form-group {
    margin-bottom: 15px;
}

.text-right {
    text-align: right
}

#application-form input[type=file] {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-webpart-zone, .ms-webpart-cell-vertical, .ms-webpart-chrome-vertical {
    display: block;
}
/*.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height:34.8px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 34.8px;
    padding: 6px 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label {
    color: #222 !important;
    border-color: #e5e5e5 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 90px;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height:34.8px;
    padding: 6px 12px;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 4px 4px 0;
}
.custom-file-label::after {
    content: "Upload" !important;
}
.custom-file-label::after {
    color: #222 !important;
    border-color: #e5e5e5 !important;
    background-color: #f5f5f5 !important;
}*/
.mt-30 {
    margin-top: 30px;
}

.hide {
    display: none;
}

.req {
    color: #a94442;
}

.hasDatepicker {
    max-width: 300px;
    display: inline-block;
    float: left;
    margin-right: 10px !important;
}

.alert.alert-success.alert-dismissable {
    color: #3c763d;
    background-color: #dff0d8;
    padding: 15px;
    font-size: 1rem;
    font-weight: 600;
}

.ethnicity-other-box, .gender-other-box {
    display: none;
}

.btn-box {
    text-align: right;
}

.checkSubsiteExistance {
    padding: 20px;
    border: 2px solid lightgray;
    font-size: 16px;
    font-weight: 600;
    color: red;
}

.doc-label {
    color: #222;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 5px 10px;
    display: block;
}

.doc-label-bac {
    background-color: #f5f5f5;
}

.cohort-group-opt tr {
    display: inline-block;
}

.error-msg {
    display: none;
    padding-top: 10px;
    width: 100%;
}

.cohort-group-opt table {
    margin: 0;
}

.ms-fullWidth {
    margin-top: 0;
}

.cohort-group-opt input {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.strong-text {
    font-weight: 600
}

.title-bg {
    background: #E8E8E8 !important;
    font-weight: 600 !important;
    color: #222 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.txt-error-box {
    border: 1px solid #D12836 !important;
    background: #FBF0ED !important;
}

fieldset {
    border: none;
}

legend {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.fw-600{
    font-weight:600;
}
/* Responsive layout*/
@media screen and (max-width: 767px) {
    .col-70, .col-25, .col-75 {
        width: 100%;
        margin-top: 0;
    }

    #application-form input[type=file] {
        width: 100%;
    }
}
